Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change how we do a version check. #785

Merged
merged 1 commit into from
Feb 17, 2022
Merged

Change how we do a version check. #785

merged 1 commit into from
Feb 17, 2022

Conversation

manthey
Copy link
Member

@manthey manthey commented Feb 17, 2022

We had been using distutils.version.StrictVersion, but that is deprecated and packaging.version.parse is the preferred method.

We had been using distutils.version.StrictVersion, but that is
deprecated and packaging.version.parse is the preferred method.
@manthey manthey merged commit ae63ad4 into master Feb 17, 2022
@manthey manthey deleted the change-version-check branch February 17, 2022 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant